Back to Dwolla Programming Languages Index

PHP ActiveX Dwolla REST API Examples

Get Dwolla OAuth2 Access Token
Sends a POST to get a Dwolla OAuth2 access token. Note: This is a simple POST to get a simple response that contains the OAuth2 access token. Fetching OAuth2 access tokens for Dwolla do not involve displaying a browser (it is not 3-legged OAuth2).

Get Root Links
Fetches the root links for the Dwolla REST API.

Retrieve Account Details
Retrieve basic account information belonging to the authorized user Account.

Create Funding Source for an Account
Shows how to add a bank account to a Dwolla account. The bank account will have a status of unverified upon creation. Before a Dwolla account is eligible to transfer money from their bank or credit union account they need to verify ownership of the account via micro-deposit verification. Success is indicated by a 201 response status code with an empty response body.

List Funding Sources for an Account
Retrieve a list of funding sources that belong to an Account. By default, all funding sources are returned unless the removed querystring parameter is set to false in the request.

List and Search Transfers for an Account
Shows how to retrieve an Account's list of transfers. Transaction search is supported by passing in optional query string parameters such as: search which represents a term to search on, correlationId, startAmount, endAmount, startDate, endDate, and status.

List Business Classifications
Retrieve a list of industry classifications to identify the Customer’s business.

Create a Customer
Shows how to create a new Customer. To create Unverified Customers, you need to provide only the customer’s full name and email address, as well as a business name if applicable. A successful request is indicated by a response status code of 201 with an empty response body.

List and Search Customers
How to retrieve your list of created Customers.